parallel-debian: Update to latest
authorColin Walters <walters@verbum.org>
Wed, 9 Nov 2011 11:19:24 +0000 (06:19 -0500)
committerColin Walters <walters@verbum.org>
Wed, 9 Nov 2011 11:19:24 +0000 (06:19 -0500)
parallel-debian/gnomeos-make-image.sh

index b71a3894e194f5cf6913b79898aef3a900e0e338..5475a6d7a25b20b2b75e75fe23e00fb522812fe6 100755 (executable)
@@ -116,7 +116,7 @@ if ! test -d ${OBJ}; then
     cd ostree/worktree
     mkdir -m 0755 $INITRD_MOVE_MOUNTS $TOPROOT_BIND_MOUNTS $OSTREE_BIND_MOUNTS $READONLY_BIND_MOUNTS $MOVE_MOUNTS
     chmod a=rwxt tmp
-    $OSTREE --repo=../repo commit -b gnomeos-filesystem -s 'Base filesystem layout'
+    $OSTREE --repo=../repo commit -b gnomeos-filesystem -s "Base filesystem layout"
     BRANCHES="$BRANCHES gnomeos-filesystem"
     cd ..
     rm -rf worktree
@@ -141,7 +141,7 @@ if ! test -d ${OBJ}; then
 
     $OSTREE --repo=repo compose --out-metadata=./compose-meta worktree $BRANCHES
     cd worktree
-    $OSTREE --repo=../repo commit --metadata-variant=../compose-meta -b gnomeos -s 'Compose of Debian $DEBTARGET'
+    $OSTREE --repo=../repo commit --metadata-variant=../compose-meta -b gnomeos -s "Compose of Debian $DEBTARGET"
     cd ..
     rm -rf worktree
     
@@ -168,11 +168,11 @@ if ! test -d ${OBJ}; then
     chroot worktree ./debian-setup.sh
     rm worktree/debian-setup.sh
     cd worktree;
-    $OSTREE --repo=../repo commit -b gnomeos -s 'Run debian-setup.sh'
+    $OSTREE --repo=../repo commit -b gnomeos -s "Run debian-setup.sh"
     
     # This is the name for the real rootfs, not the chroot
     mkdir sysroot;
-    $OSTREE --repo=../repo commit -b gnomeos -s 'Add sysroot' --add=sysroot
+    $OSTREE --repo=../repo commit -b gnomeos -s "Add sysroot"
     cd ..
     rm -rf worktree